From: Jim Blandy Date: Sat, 29 May 1993 20:46:03 +0000 (+0000) Subject: * systty.h (CDISABLE): #undef it before re-#defining it. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~95791 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=d04e8e46ab8383ce775d5624bb22c639796c0eff;p=emacs.git * systty.h (CDISABLE): #undef it before re-#defining it. --- diff --git a/src/systty.h b/src/systty.h index b4b30fb41ba..a2800944126 100644 --- a/src/systty.h +++ b/src/systty.h @@ -177,6 +177,7 @@ static struct sensemode { #define CDISABLE _POSIX_VDISABLE #else /* not _POSIX_VDISABLE */ #ifdef CDEL +#undef CDISABLE #define CDISABLE CDEL #else /* not CDEL */ #define CDISABLE 255